kdc_git_repo

SoundCloud Add-on for Kodi

Kodi logo

GitHub tag (latest SemVer) Build Status Link to Kodi forum Link to Kodi wiki Link to Kodi releases Link to Kodi releases

This Kodi Add-on provides a minimal interface for SoundCloud.

Features

Installation

Kodi Repository

Follow the instructions on https://kodi.wiki/view/Add-on:SoundCloud.

Manual

API

Documentation of the public interface.

plugin://plugin.audio.soundcloud/play/?[track_id|playlist_id|url]

Examples:

Legacy (will be removed in v4.0):

Development

This add-on uses Pipenv to manage its dependencies.

Setup

Install Pipenv and run pipenv install --dev.

Build

Run pipenv run build.

Lint

Run pipenv run lint.

Test

Run pipenv run test.

Requires at least Python 3.6!

Roadmap

Attributions

This add-on is strongly inspired by the original add-on developed by bromix and SLiX.

This add-on is licensed under the MIT License - see LICENSE.txt for details.

or